Improve the reliability of the libusb module.
authorrobertl <robertl>
Sun, 30 Apr 2006 18:58:18 +0000 (18:58 +0000)
committerrobertl <robertl>
Sun, 30 Apr 2006 18:58:18 +0000 (18:58 +0000)
commit0836adedb45d2a9ec9c3b1eee714c030ad43aa16
treebb84a87b02f6ab0c9ede2531acc6114610bef9df
parent10358ef411cce48b0322b0f1d9c8e177bcb5b8dd
Improve the reliability of the libusb module.
A) eliminate reset - this avoids a race between us and the host OS stack
   discovering devices.
B) Call full device close when doing device discovery to drain stray
   bulk/intr request packets.
jeeps/gpslibusb.c